We had so many ActiveX control samples, we couldn't fit them all into the VB5 Control Creation Editon download package. This page contains the latest collection of cool samples. Content is frequently updated. So, be sure to check back on a regular basis for the latest in control creation examples and updated sample code.
Last Updated: October 28, 1996 at 16:30
 (PCP124-2-97) (February 1997).iso/ms/vb5cce/controls/samples/default.htm?html=true) |
Analog Clock
The analog clock control demonstrates using transparency in ActiveX controls, and using a URL to dynamically download an image for the clock face.
Download Analog Clock
|
 (PCP124-2-97) (February 1997).iso/ms/vb5cce/controls/samples/default.htm?html=true) |
The Calendar
This is the ultimate in customizable calendar controls. It displays a month-at-a-time view. Settable properties include: Day/Month/Year fonts and colors, starting day of week, and enable/disable month and/or year scrolling among others. It also contains a WYSIWYG Property Page to allow customization of the control at design-time.
Download Calendar
|
 (PCP124-2-97) (February 1997).iso/ms/vb5cce/controls/samples/default.htm?html=true) |
ColorBox1
Colorbox1 uses a VB Timer control to draw an animated box in a constantly changing array of colors.
Download ColorBox1
|
 (PCP124-2-97) (February 1997).iso/ms/vb5cce/controls/samples/default.htm?html=true) |
ColorBox2
Colorbox2 takes advantage of Visual Basic 5.0's new support for API callbacks. This version uses a Win32 Timer API callback, instead of the Visual Basic Timer control used in ColorBox1, to animate the color box.
Download ColorBox2
|
 (PCP124-2-97) (February 1997).iso/ms/vb5cce/controls/samples/default.htm?html=true) |
Connect4
The classic game implemented as an ActiveX control.
Download Connect4
|
 (PCP124-2-97) (February 1997).iso/ms/vb5cce/controls/samples/default.htm?html=true) |
FlexLabel
Did you ever wish that the text in a textbox would resize automatically when the control was resized? Well, that's what happens in this control. When the control is resized, the font is resized to fill the entire control.
Download FlexLabel
|
 (PCP124-2-97) (February 1997).iso/ms/vb5cce/controls/samples/default.htm?html=true) |
AXGrafix
This control morphs 2 user supplied bitmaps using a variety of transition methods.
Download AXGrafix
|
|